home *** CD-ROM | disk | FTP | other *** search
/ Sweet! Digizine 1.1 / 6 Sweet! Digizine 1.1 (RETAIL).iso / QTINSTAL.INI < prev    next >
INI File  |  1997-04-24  |  3KB  |  80 lines

  1. ; All QTW installer options must be in the following section:
  2. [Options]
  3.         
  4. ; The QuickTime background can be suppressed when QTINSTAL is to be called
  5. ; from another program:
  6. ;   1 - shows a background window with QuickTime banner.
  7. ;   0 - shows no background window.
  8. StandAlone=0
  9.         
  10. ; A Dialog style may be specified by one of the following values:
  11. ;   1 - Thin frame
  12. ;   2 - System menu
  13. ;   3 - Thin frame and system menu (default)
  14. DialogStyle=3
  15.         
  16. ; If the following option is set, the client area of all dialogs will
  17. ; have  a 3-D look.
  18. Ctl3D=1
  19.         
  20. ; If the following option is set, the installer will display the QTW
  21. ; end-user license agreement, with Agree/Disagree buttons.
  22. DisplayLicenseAgreement=0
  23.         
  24. ; If the following option is set, an opening dialog will prompt the user
  25. ; whether to begin the installation or to exit.
  26. PromptToBegin=0
  27.         
  28. ; If the following option is set, existing-version checking will be enabled
  29. ; and the installer will evaluate the PromptToDeleteVersions option.  If
  30. ; CheckExistingVersions is set to zero, the installer will not check for
  31. ; existing versions.
  32. CheckExistingVersions=1
  33.         
  34. ; If CheckExistingVersions and the following option are set, the installer
  35. ; will prompt the user before doing a search operation for all out-of-date
  36. ; QTW installations on the machine.  For each installation found, a dialog
  37. ; will ask the user whether to mark it for deletion.  If this option is
  38. ; set to zero, the search will be unconditional and all installations found
  39. ; will be marked for deletion.
  40. PromptToDeleteVersions=1
  41.         
  42. ; If the following option is set, a "do you want to continue" dialog will
  43. ; appear before any files are deleted or the hard disk is modified in any
  44. ; way.
  45. PromptToComplete=1
  46.         
  47. ; If the following option is set, all files will be unpacked from the
  48. ; executable and written to disk.  Care and consideration should be used
  49. ; before setting this option to zero, since a zero value means no files
  50. ; will be installed.
  51. UnpackFiles=1
  52.         
  53. ; If the following option is set, the Windows INI files will be updated.
  54. UpdateIniFiles=1
  55.         
  56. ; If the following option is set, Program Manager groups will be created.
  57. CreateGroups=0
  58.         
  59. ; If CreateGroups is set and the following option is used, the specified
  60. ; name will be used as the group name (that is, the name as it displays
  61. ; in the window titlebar, not the group filename) that the installer will
  62. ; use when installing the QuickTime icons.  For example, the option shown
  63. ; would use the group name "My Group."  If the group does not exist it
  64. ; will be created.  This option can be used to add the QuickTime
  65. ; applications to an existing group file.  The string used to specify a
  66. ; group name should be tested in actual use, since there is a practical
  67. ; upper limit to the number of characters Windows will use in a window
  68. ; title.
  69. ;---GroupName=My Group
  70.         
  71. ; If the following option is set, a success dialog will indicate whether
  72. ; the installation has completed successfully.
  73. SuccessDialog=1
  74.         
  75. ; If SuccessDialog and the following option are both set, the installer
  76. ; will launch Movie Player with a sample movie to verify that QTW has
  77. ; been installed successfully.
  78. PlaySampleMovie=0
  79.         
  80.